home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / programming / amos / amoslist-0195.lzh / AMOSLIST / text0155.txt < prev    next >
Encoding:
Text File  |  1995-02-01  |  246 b   |  17 lines

  1. I want to read from my sound sampler on the parallel port using AMOS.  I've
  2. tried:
  3.  
  4. open port 1,"PAR:"
  5. lupe:
  6.         input #1, A
  7.         print A
  8. goto lupe
  9.  
  10. and nothing happened.  I also tried A$ instead of A.
  11.  
  12. Any suggestions?
  13.  
  14.  
  15. --Russell Smith
  16.  
  17.